home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / air_adventure.swf / scripts / DefineButton2_257 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-07-26  |  89 b   |  6 lines

  1. on(release){
  2.    _root.reset();
  3.    _root.gotoAndStop("load");
  4.    _root.gameOn = 0;
  5. }
  6.